vendor/golang.org/x/crypto/cryptobyte.Builder.offset (field)

10 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		builder.go#L28: 	offset         int
		builder.go#L65: 	return b.result[b.offset:], nil
		builder.go#L74: 	return b.result[b.offset:]
		builder.go#L198: 		offset:         offset,
		builder.go#L224: 	length := len(child.result) - child.pendingLenLen - child.offset
		builder.go#L261: 		child.result[child.offset] = lenByte
		builder.go#L265: 			childStart := child.offset + child.pendingLenLen
		builder.go#L268: 		child.offset++
		builder.go#L274: 		child.result[child.offset+i] = uint8(l)
		builder.go#L316: 	length := len(b.result) - b.pendingLenLen - b.offset